home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / extras / boot_up / hd_patch / hdpatch.hlp < prev    next >
Text File  |  1995-04-27  |  3KB  |  78 lines

  1. 18
  2. +++General
  3.  
  4. Open any copy of AHDI.PRG or SHDRIVER.SYS and then edit the patchable
  5. variables described below.  (Variables that aren't available for a
  6. given driver version will be disabled).  When you are finished editing
  7. you can save the modified driver either under its original name (Save)
  8. or under a new name (Save As).  When saving under the original name
  9. you can auto- matically have a backup of the original created by
  10. selecting the 'Backup' item in the Options menu.
  11.  
  12.  
  13. +++Version Number
  14.  
  15. This is the version number of the driver that was opened.  Only
  16. versions 3.00 and above may be opened.  The version number is not
  17. editable and is displayed only for your information
  18.  
  19.  
  20. +++OS Pool Size
  21.  
  22. This is the number of blocks to add to the OS Pool.  This value is
  23. only used when the ROM version on your system requires that OS Pool be
  24. added. 
  25.  
  26.  
  27. +++Sector Size
  28.  
  29. The driver will use the bigger of this number and the largest logical
  30. sector it can find on all logical drives at boot time, to be the size
  31. of the buffers that GEMDOS will use.  This is useful when you are
  32. using a removable media drive (e.g.  MEGAFILE 44) and need to use a
  33. cartridge fomatted with a larger sector size than the one you
  34. initially booted with.  As long as this number is greater than the new
  35. cartridge's sector size, you can swap media without needing to reboot
  36. your system.  (The sector size must be a multiple of 512 bytes).
  37.  
  38.  
  39. +++Idle Time
  40.  
  41. This value is the time in hours, minutes & seconds before your hard
  42. drive will spin down to conserve power.  It is only applicable to
  43. driver versions 3.02 (Stacy) and 5.00 and above (for IDE drives like
  44. those in the ST Book).  The number here should be a multiple of 5
  45. seconds.  Note: Holding the shift key while scrolling causes the idle
  46. time to scroll by minutes instead of in 5 second increments.
  47.  
  48.  
  49. +++Scan Units
  50.  
  51. For each type of physical drive (ACSI, SCSI or IDE) you can decide
  52. whether or not to scan for physical unit numbers.  For ACSI and IDE
  53. drives you can either select 'All' to scan units 0 to 7 or 'Custom',
  54. which brings up a dialog letting you select unit numbers individually.
  55. Only unit 0 is supported for IDE drives.  If you select to scan for
  56. units for one drive type, then scanning will also be performed for the
  57. other drive types (but only for the units specified for those drive
  58. types).  If you choose not to scan for any of the drive types then all
  59. connected drives of a given type must have consecutive physical unit
  60. numbers and the driver will only look as far as the first
  61. non-responding physical unit number.
  62.  
  63.  
  64. +++Removable Media Drive Letters
  65.  
  66. These two columns let you set the number of drive letters that will be
  67. reserved for each physical unit, if that unit is a removable hard
  68. drive.  This is useful if you will be swapping cartridges on a
  69. removable media drive, and the cartridges are partitioned differently.
  70. At boot time, the driver will use this number, or the number of
  71. logical drives on a removable unit, whichever is bigger, and assign
  72. that number of drive letters to that particular unit.  As long as
  73. every cartridge you put into that unit during a given session has no
  74. more than this number of partitions, you will always be able to access
  75. all of the partitions without re-booting your system.  Remember,
  76. however, that you only have 14 drive letters to split between all
  77. fixed and removable drives.
  78.